Class VpdnGroupImpl

java.lang.Object
com.cisco.pt.ipc.impl.IPCObjectImpl
com.cisco.pt.ipc.sim.impl.VpdnGroupImpl
All Implemented Interfaces:
IPCObject, VpdnGroup

public class VpdnGroupImpl extends IPCObjectImpl implements VpdnGroup
Information provided by the PKI file:

    \class VpdnGroup
    
    \brief VpdnGroup handles and manipulates VPDN groups.
    
    \example network().getDevice("Router0").getProcess("VirtualTemplateManager").getVpdnGroupAt(0)
    
Author:
Auto-generated
  • Constructor Details

  • Method Details

    • setDialIn

      public void setDialIn(boolean flag)
      Information provided by the PKI file:
      
          \brief Enables or disables dial in.
          
          \param flag, true to enable dial in, false to disable it.
          
              
      Specified by:
      setDialIn in interface VpdnGroup
      Parameters:
      flag - Takes in a parameter of flag
    • isDialIn

      public boolean isDialIn()
      Information provided by the PKI file:
      
          \brief Returns true if dial in is enabled, otherwise false.
          
          \return bool, true if dial in is enabled, otherwise false.
          
              
      Specified by:
      isDialIn in interface VpdnGroup
      Returns:
      boolean Returns a boolean
    • setProtocolPppoe

      public void setProtocolPppoe(boolean bIsPppoe)
      Information provided by the PKI file:
      
          \brief Enables or disables the PPPoE protocol.
          
          \param bIsPppoe, true to enable the PPPoE protocol, false to disable it.
          
              
      Specified by:
      setProtocolPppoe in interface VpdnGroup
      Parameters:
      bIsPppoe - Takes in a parameter of bIsPppoe
    • isProtocolPppoe

      public boolean isProtocolPppoe()
      Information provided by the PKI file:
      
          \brief Returns true if the PPPoE protocol is enabled, otherwise false.
          
          \return bool, true if the PPPoE protocol is enabled, otherwise false.
          
              
      Specified by:
      isProtocolPppoe in interface VpdnGroup
      Returns:
      boolean Returns a boolean
    • setGroupName

      public void setGroupName(String name)
      Information provided by the PKI file:
      
          \brief Sets the VPDN group name.
          
          \param name, the name for the VPDN group.
          
              
      Specified by:
      setGroupName in interface VpdnGroup
      Parameters:
      name - Takes in a parameter of name
    • getGroupName

      public String getGroupName()
      Information provided by the PKI file:
      
          \brief Returns the VPDN group name.
          
          \return string, the name of the VPDN group.
          
              
      Specified by:
      getGroupName in interface VpdnGroup
      Returns:
      String Returns a String
    • getVirtualTempInt

      public VirtualTemplateInterface getVirtualTempInt()
      Information provided by the PKI file:
      
          \brief Returns the virtual template interface.
          
          \return vInterface, the VirtualTemplateInterface object.
          
              
      Specified by:
      getVirtualTempInt in interface VpdnGroup
      Returns:
      VirtualTemplateInterface Returns a VirtualTemplateInterface